home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 30
/
Amiga Format AFCD30 (Sep 1998, Issue 114).iso
/
-seriously_amiga-
/
workbench
/
lfsystembinder
/
examples
/
printcursyst.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-06-22
|
759b
|
31 lines
/* PrintCurSyst.rexx
* © LFSoft 1995-96
*
* Print to RAM:actu current setting of your system.
* An example to use LFSystemBinder 2.0 AREXX commands...
*
* LFSystemBinder must run with its default Arexx port "LFSystemBinder.rdv"
*
* 26-07-1996: With LFSystemBinder 2.0, Variables are also grabbed.
* Starting script with a "NEW" command.
*/
address "LFSystemBinder.rdv"
NEW
GRAB ASSIGN '*'
GRAB PATH
GRAB RESIDENT
/* Grab all top level variables but icons (.info) and preferences as they can
* contain IFF datas (binaries).
* Note: LFSystemBinder may complain about troncated variables.
*/
GRAB VAR '~(#?.info|#?.prefs)'
SORT ASSIGN
SORT RESIDENT
SORT VAR
'PRINT "RAM:Actu" "Actual values of your Amiga"'